home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / chasm.EXE / chasm / CSM.BIN / PROCESS.22 < prev    next >
Encoding:
Text File  |  1997-10-17  |  1.4 KB  |  83 lines

  1. ;+---------------------------------------+
  2. ;| Process definition file for level 22  |
  3. ;+---------------------------------------+
  4.  
  5. #mess 01
  6.  Delay   3
  7.  TextA: -1 64  "Go get MegaLife box!"
  8. #end
  9.  
  10. ;=================================
  11. ;|  Processes definition part    |
  12. ;=================================
  13. #proc 01
  14.   linkswitchat 18 23
  15.   linkswitchat 24 37
  16.   StartDelay 0
  17.   backwait   5
  18.   speed 20
  19. #action
  20.   waitout 6400 9616 200
  21.   move 24 38 400 0
  22.   move 25 36 400 0
  23. #end
  24.  
  25. #proc 02
  26.   linkswitchat 30 25
  27.   StartDelay 0
  28.   backwait   1
  29.   speed 10
  30.   sfxid 80
  31.   checkgo
  32.   mortal
  33.   sfxposxy 36 24
  34.   lightremap
  35. #action
  36.   move 36 23 0 225
  37.   move 35 22 0 225
  38.   move 37 26 0 -225
  39.   move 35 26 0 -225
  40. #end
  41.  
  42. #proc 03
  43.   linkswitchat 35 24
  44.   StartDelay 0
  45.   backwait   5
  46.   speed 20
  47. #action
  48.   move 36 25 0 512
  49.   move 36 24 0 512
  50. #end
  51.  
  52. #proc 04
  53.   StartDelay 0
  54.   backwait   5
  55.   FirstMessage 1
  56.   speed 10
  57.   sfxid 80
  58.   sfxposxy 11 18
  59. #action
  60.   waitout 3136 4384 300
  61.   ymove 11 16 350 -50
  62.   ymove 12 18 350 -50
  63.   ymove 13 17 350 -50
  64. #end
  65. ;============================================
  66. ;|  Link switches and objects to processes: |
  67. ;|  Format: "LINK  swx swy   Nproc"         |
  68. ;============================================
  69. #links
  70.   floor 20 23 1
  71.   floor 19 23 1
  72.   floor 24 38 1
  73.   floor 25 38 1
  74.   link 30 25 2
  75.   link 37 25 3
  76.   shoot 12 22 4
  77.   floor 11 16 4
  78.   floor 12 16 4
  79. #end
  80. .
  81.  
  82.  
  83.